openvswitch: remove docker related utilities
authorYousong Zhou <[email protected]>
Mon, 28 May 2018 09:41:22 +0000 (17:41 +0800)
committerYousong Zhou <[email protected]>
Mon, 28 May 2018 09:41:51 +0000 (17:41 +0800)
The overlay and underlay driver, and ovs-docker utilities requires setup
and dependencies that are just not available in known maintained state.

Signed-off-by: Yousong Zhou <[email protected]>
net/openvswitch/Makefile

index 96978f5c89842f16c579e14970853b99ab5f3f39..d6b9fe2b03d9595787e3e8aaf05ca04ca67d716b 100644 (file)
@@ -75,7 +75,6 @@ define Package/openvswitch-ovn-base/description
 endef
 
 OVN_BIN_TOOLS:=ovn-controller ovn-controller-vtep ovn-detrace \
-       ovn-docker-overlay-driver ovn-docker-underlay-driver \
        ovn-nbctl ovn-sbctl ovn-trace
 define Package/openvswitch-ovn
   $(call Package/openvswitch/Default)
@@ -271,7 +270,6 @@ $(eval $(call OvsBinUtility,openvswitch-base,ovs-dpctl,Open vSwitch datapath man
 $(eval $(call OvsBinUtility,openvswitch-base,ovs-vsctl,Open vSwitch ovs-vswitchd management utility))
 $(eval $(call OvsBinUtility,openvswitch-base,ovsdb-client,Open vSwitch database JSON-RPC client))
 $(eval $(call OvsBinUtility,openvswitch-base,ovs-l3ping,Check network deployment for L3 tunneling problems))
-$(eval $(call OvsBinUtility,openvswitch-base,ovs-docker,Open vSwitch docker tool))
 $(eval $(call OvsBinUtility,openvswitch-base,ovs-dpctl-top,Top like behavior for ovs-dpctl dump-flows))
 $(eval $(call OvsBinUtility,openvswitch-base,ovs-pki,OpenFlow public key infrastructure management utility))
 $(eval $(call OvsBinUtility,openvswitch-base,ovs-tcpdump,Dump traffic from an Open vSwitch port using tcpdump))
@@ -282,8 +280,6 @@ $(eval $(call OvsBinUtility,openvswitch-base,ovs-parse-backtrace,parses ovs-appc
 $(eval $(call OvsBinUtility,openvswitch-ovn-base,ovn-controller,Open Virtual Network local controller))
 $(eval $(call OvsBinUtility,openvswitch-ovn-base,ovn-controller-vtep,Open Virtual Network local controller for vtep enabled physical switches,+openvswitch-vtep))
 $(eval $(call OvsBinUtility,openvswitch-ovn-base,ovn-detrace,Convert ``ovs-appctl ofproto/trace`` output to combine OVN logical flow information))
-$(eval $(call OvsBinUtility,openvswitch-ovn-base,ovn-docker-overlay-driver,OVN Docker overlay driver utility))
-$(eval $(call OvsBinUtility,openvswitch-ovn-base,ovn-docker-underlay-driver,OVN Docker underlay driver utility))
 $(eval $(call OvsBinUtility,openvswitch-ovn-base,ovn-nbctl,Open Virtual Network northbound db management utility))
 $(eval $(call OvsBinUtility,openvswitch-ovn-base,ovn-sbctl,Utility for querying and configuring OVN_Southbound data‐base))
 $(eval $(call OvsBinUtility,openvswitch-ovn-base,ovn-trace,Open Virtual Network logical network tracing utility))